home *** CD-ROM | disk | FTP | other *** search
/ Champak 122 / Vol 122.iso / games / super_ma.swf / scripts / DefineButton2_725 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2011-01-06  |  152 b   |  8 lines

  1. on(press){
  2.    sonido = new Sound();
  3.    sonido.attachSound("pref");
  4.    sonido.start();
  5.    portada.mano.gotoAndStop(1);
  6.    _root.gotoAndStop(4);
  7. }
  8.